バージョン

RemoveAt メソッド (FilterItemCollection<T>)

指定したインデックスの System.Collections.IList 項目を削除します。
シンタックス
'宣言
 
Public Overrides Sub RemoveAt( _
   ByVal index As Integer _
) 
public override void RemoveAt( 
   int index
)

パラメータ

index
削除する項目のゼロから始まるインデックス。
参照